This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Security exception: lotus.notes.AgentSecurityManager.checkConnect ~Dean Dwoboosiplopjip 9.Apr.03 02:19 AM a Web browser Domino Server 6.0Windows 2000
Thanks for the info about the runtime security level - it was a big help.
I've got a Java agent that calls java.net.URL.openConnection(). It had no problems running in the Notes client, but when I tried to invoke it from a web client, I got:
java.lang.SecurityException: myserver.com,-1
at lotus.notes.AgentSecurityManager.checkConnect(Unknown Source)
Setting the security level to 2 fixed the problem.